home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 May: Tool Chest / Developer CD Series May 1996 (Tool Chest) (Apple Computer) (1996).iso / Sample Code / Snippets / Sound / SndForEver / How to Use SndForEver next >
Encoding:
Text File  |  1992-07-15  |  787 b   |  24 lines  |  [TEXT/ttxt]

  1. SndForEver:
  2.  
  3. This application demonstrates how to play a snd which has a loop in it.
  4.  
  5. The resource which I am using for the 'snd ' is 128 and this resource has been 
  6. pre-parsed. I took out some of it so that I would be able to make the code for playing 
  7. the sound easier to follow.  The part of the header which I have taken out is the 
  8.  
  9. format
  10. # of Synths
  11. Synth resource ID
  12. Init option
  13. # of commands
  14. the command
  15. its params
  16.  
  17. The original un-cut resource is in resource 100.
  18.  
  19. To use the snippet, just double click on it and when you are sick of listening to it, 
  20. just click the mouse button.  
  21.  
  22. This code works on 6.0.7 and 7.0, but I have not tested it under 6.0.5.  If it works 
  23. under 6.0.5 then it will work under all sound manager systems.  My guess is that it 
  24. does work under 6.0.5.